Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix JMX Exporter container port spec #222

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

sdaberdaku
Copy link
Member

@sdaberdaku sdaberdaku commented Sep 19, 2024

I moved the JMX Exporter container port to correct container (previously located on the coordinator container), with a minor.

Also, the property .Values.jmx.exporter.configProperties was declared as a list which was incorrect. I converted it to a templated multiline string.

I also updated the minimal JMX configuration example in the default value of .Values.jmx.exporter.configProperties.

Fixes #221

@cla-bot cla-bot bot added the cla-signed label Sep 19, 2024
@sdaberdaku sdaberdaku force-pushed the main branch 2 times, most recently from 09a36f5 to f4cb34d Compare September 19, 2024 17:12
Copy link
Member

@nineinchnick nineinchnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing it, just one nitpick. Also, please fix the commit message - remove the prefix, keep the title short and use correct English sentences.

charts/trino/templates/configmap-jmx-exporter.yaml Outdated Show resolved Hide resolved
@nineinchnick nineinchnick added the bug Something isn't working label Sep 19, 2024
@nineinchnick nineinchnick changed the title fix: moved JMX Exporter container port to correct container and converted .Values.jmx.exporter.configProperties to templated multiline string Fix JMX Exporter container port spec Sep 20, 2024
@sdaberdaku
Copy link
Member Author

Dear @nineinchnick,

Thank you for your review.
I implemented the changes and did a rebase.

Please let me know if you have any more comments.

Best,

S.

@nineinchnick nineinchnick merged commit 7a211a7 into trinodb:main Sep 20, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla-signed
Development

Successfully merging this pull request may close these issues.

(bug) JMX Exporter port should be defined on the JMX Exporter container
2 participants